This command will mount the image before making any changes. The Deployment Image Servicing and Management (DISM) tool is a command-line tool that is used to modify Windows images. You can use DISM to enable or disable Windows features directly from the commandprompt, or by App1ying an answer file to the image. You can enable or disable Windows features offline on a WIM or VHD file, or online on a running operating system. You can also use the DISM image management command to list the image index numbers or to verify the architecture for the image that you are mounting.ex: Dism /Mount-Image /ImageFile:C:\test\images\install.wim /Name:"Base Windows Image" /MountDir:C:\test \offlineBy default, DISM is installed at C:\Program Files (x86)\Windows Kits\8.0\Assessment and Deployment Kit\Deployment Tools\References:http://technet.microsoft.com/en-us/library/cc749447(v=ws.10).aspxhttp://technet.microsoft.com/en-us/library/dd744382(v=ws.10).aspxhttp://technet.microsoft.com/en-us/library/hh824822.aspxhttp://technet.microsoft.com/en-us/library/hh825258.aspx
This command will mount the image before making any changes.
The Deployment Image Servicing and Management (DISM) tool is a command-line tool that is used to modify Windows images.
You can use DISM to enable or disable Windows features directly from the commandprompt, or by App1ying an answer file to the image.
You can enable or disable Windows features offline on a WIM or VHD file, or online on a running operating system. You can also use the DISM image management command to list the image index numbers or to verify the architecture for the image that you are mounting.ex: Dism /Mount-Image /ImageFile:C:\test\images\install.wim /Name:"Base Windows Image" /MountDir:C:\test \offline
By default, DISM is installed at C:\Program Files (x86)\Windows Kits\8.0\Assessment and Deployment Kit\Deployment Tools\
References:
http://technet.microsoft.com/en-us/library/cc749447(v=ws.10).aspx
http://technet.microsoft.com/en-us/library/dd744382(v=ws.10).aspx
http://technet.microsoft.com/en-us/library/hh824822.aspx
http://technet.microsoft.com/en-us/library/hh825258.aspx